From: Stephen Rothwell Date: Mon, 24 Sep 2012 14:29:20 +0000 (+1000) Subject: staging: dgrp: using vmalloc needs to include vmalloc.h X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~10293^2~20 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=4dac2116547b4aab7ac327edb344bb68ed1e8839;p=linux-4.9.git staging: dgrp: using vmalloc needs to include vmalloc.h Signed-off-by: Stephen Rothwell Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/dgrp/dgrp_specproc.c b/drivers/staging/dgrp/dgrp_specproc.c index 259d23aa6c29..28f5c9ab6b43 100644 --- a/drivers/staging/dgrp/dgrp_specproc.c +++ b/drivers/staging/dgrp/dgrp_specproc.c @@ -39,6 +39,7 @@ #include #include #include +#include #include "dgrp_common.h"